home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 March
/
EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso
/
earcd
/
comm1
/
clcht415.lha
/
CLChat415
/
ChatBot
/
source
/
ftzs.a
< prev
next >
Wrap
Text File
|
1996-02-06
|
188b
|
17 lines
section "text",code
xref ___timezone
xref ___daylight
xdef @__tzset
xdef ___tzset
@__tzset:
___tzset:
moveq #0,d0
move.l d0,___timezone(a4)
move.l d0,___daylight(a4)
rts
END